@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 100px;
}

.inner-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav li {
  list-style: none;
}
@media only screen and (max-width: 1920px) {
  .container {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1600px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding: 0 26px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row_reverse .col {
  margin-right: 0;
}
.row_reverse .col:nth-of-type(even) {
  margin-right: 30px;
}

.col {
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media (min-width: 768px) {
  .col-50 {
    width: 50%;
  }
  .col-25 {
    width: 25%;
  }
}

.col:nth-of-type(even) {
  margin-right: 0;
}

@media only screen and (max-width: 992px) {
  .row {
    display: block;
  }
  .row_reverse .col:nth-of-type(even) {
    margin-right: 0;
  }
  .col {
    width: 100%;
    margin-right: 0;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.68em;
  font-weight: 400;
  color: #303030;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h5 {
   letter-spacing: 0;
    color: #303030;
    font-size: 21px;
    line-height: 1.2em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 2rem;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  font-weight: 300;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.h, button {
  font-family: "Oswald", sans-serif;
}

.h1 {
  font-size: 4.125rem;
  margin: 0;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.13636;
}

.h3 {
  font-size: 1.875rem;
  line-height: 1.3333;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0;
}

.h4, .h5 {
  letter-spacing: 0;
    color: #303030;
    font-size: 21px;
    line-height: 1.2em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.subtitle {
  line-height: 1.57143;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin: 0;
}

.text-lg {
  font-size: 1.125rem;
}

.text-md {
  font-size: 0.938rem;
}

.fw-400 {
  font-weight: normal;
}

.fw-300 {
  font-weight: 300;
}

.c-secondary {
}

.text-center {
  text-align: center;
}

.ff-tertiary {
}

.italic {
  font-style: italic;
}

@media only screen and (max-width: 992px) {
  .h1 {
    font-size: 5.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .h1 {
    font-size: 2.8rem;
    line-height: 1.28;
  }
}
@media only screen and (max-width: 576px) {
  .h2 {
    font-size: 1.85rem;
  }
}
@media only screen and (max-width: 320px) {
  .h1 {
    font-size: 2.5rem;
  }
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  width: 100%;
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.kmnd-main {
  position: relative;
}

.kmnd-body {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  font-size: 1rem;
  margin: 0 auto;
  overflow-x: hidden;
}
.kmnd-body_noscroll {
  overflow: hidden;
}

button,
input,
textarea,
select {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  text-decoration: none;
  border-radius: 0px;
}
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  text-decoration: none;
}

textarea {
  resize: none;
}

label {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  display: block;
}

button {
  cursor: pointer;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.btn {
  letter-spacing: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 20px 28px;
  position: relative;
  overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
.btn span {
  z-index: 1;
  position: relative;
}
.btn:hover:before {
  opacity: 1;
}
.btn_secondary {
  background: none !important;
  padding: 0;
  min-height: unset;
}
.btn_secondary:before {
  display: none;
}
.btn_secondary svg {
}
.btn_secondary span {
  position: relative;
}
.btn_secondary span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  height: 1px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.btn_secondary span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  left: 0;
  height: 1px;
}
.btn_secondary:hover span:before {
  width: 0%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.btn_secondary:hover span:after {
  width: 100%;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.btn_secondary:hover svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn {
  padding: 10px 20px 15px;
  margin: 0 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn.primary {
    color: #9b8db7;
    background-color: #f0e8f8;
    border: 1px solid #f0e8f8;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 19px;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.btn-text {
  font-family: 'Oswald';
  font-weight: 600;
position: relative;
}

.btn.secondary .btn-text:after {
  background-color: #fff;
}
.btn.secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 19px;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox input {
  cursor: pointer;
}
.checkbox label {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 300;
  line-height: 1.467;
  margin-left: 6px;
  cursor: pointer;
}
.checkbox label a {
  text-decoration: underline;
}

.breadcrumbs__section {
  padding: 22px 0;
}
.breadcrumbs ul {
  list-style: none;
}
.breadcrumbs li {
  display: inline;
  font-size: 0.813rem;
  font-weight: 300;
}
.breadcrumbs li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs li:last-of-type:after {
  display: none;
}
.breadcrumbs a {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.breadcrumbs a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.breadcrumbs a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.textarea textarea {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 9px 24px;
  border-radius: 4px;
  font-weight: 300;
  font-size: 0.938rem;
  min-height: 180px;
  line-height: 2.5;
}

.input input {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: solid 1px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 9px 24px;
  font-weight: 300;
  font-size: 0.938rem;
  line-height: 2.5;
  min-height: 60px;
}
.input input::-webkit-input-placeholder {
  color: #000;
}
.input input::-moz-placeholder {
  color: #000;
}
.input input:-ms-input-placeholder {
  color: #000;
}
.input input::-ms-input-placeholder {
  color: #000;
}
.input input::placeholder {
  color: #000;
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.input-row .input {
  width: calc(50% - 15px);
}

.article {
  width: 100%;
}
.article h1 {
  font-size: 2.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 45px 0;
  padding-top: 47px;
}
.article__section {
  padding: 135px 0 165px;
}
.article__head {
  position: relative;
  overflow: hidden;
}
.article__head img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.article__head:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.article__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

.article__soc-share {
  height: 40px;
  width: 40px;
  margin-right: 20px;
  display: block;
}
.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 45px 35px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e6dbd4;
}
.article__info-item {
  display: inline;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.article__info-item:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.article__info-item:last-of-type:after {
  display: none;
}
.article__info-item a {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.article__info-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.article__info-item a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.article__content {
  padding: 0 45px 49px;
}
.article__content p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.556;
}
.article__content p:not(:last-child) {
  margin-bottom: 28px;
}
.article__content blockquote {
  margin: 40px 0 35px;
  padding-left: 74px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.55556;
  position: relative;
}
.article__content blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 51px;
  width: 51px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 16 16'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath fill='%23AE9B65' d='M16 3V1c-4.188 0-7 2.812-7 7v7h7V8h-5c0-3.084 1.916-5 5-5zM0 8v7h7V8H2c0-3.084 1.916-5 5-5V1C2.812 1 0 3.812 0 8z'/%3E%3C/svg%3E")
    no-repeat center/contain;
}
.article__content blockquote span {
  max-width: 722px;
  display: block;
}

.video {
  display: block;
  width: 100%;
  height: auto;
}

.pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination a {
  text-decoration: none;
  color: inherit;
}
.pagination__button {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.pagination__button:first-of-type {
  margin-right: 13px;
}
.pagination__button:last-of-type {
  margin-left: 13px;
}

.pagination__item {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 0.875rem;
}
.pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
section {
  margin-top: 3rem;
  margin-bottom: 3.6rem;
}
.pagination__item_dots {
  border: none;
}
.grid-item {

}
@media only screen and (max-width: 1200px) {
  .article__section {
    padding: 67.5px 0 82.5px;
  }
}
@media only screen and (max-width: 992px) {
  .input-row {
    display: block;
    gap: unset;
  }
  .input-row .input {
    width: 100%;
  }
  .input-row .input:not(:last-of-type) {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .article h1 {
    font-size: 2.25rem;
    margin: 0 20px 0;
  }
  .article__info {
    margin: 10px 20px 35px;
    padding-bottom: 20px;
  }
  .article__section {
    padding: 67.5px 0;
  }
  .article__content {
    padding: 0 20px 49px;
  }
  .article__content blockquote {
    padding-left: 0;
  }
  .article__content blockquote:before {
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 5px;
  }
}

.footer-column {
  flex: 1 1 100%; 
  align-items: center;
}

/* Медиазапросы */
@media (min-width: 576px) {
  .footer-column {
    flex: 1 1 50%; 
  }
}

@media (min-width: 768px) {
  .footer-column {
    flex: 1 1 25%; 
  }
}
.footer-container {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  margin: auto;
  flex-wrap: wrap;
}
@media(min-width: 1200px) {
.col-70 {
width: 70%
}
.col-30 {
  width: 30%
  }
}